This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
However, I get round this by using @AttachmentNames using the Evaluate function and I can extract my attachments using the getAttachment method of the NotesDocument object.
But I still have problems with images. When you're sending a picture from a iPhone, that's what you have :
--Apple-Mail-852855B2-0FAE-4976-8E6C-361B5D07E024
Content-Type: image/jpeg;
name=imagebidon.jpg
Content-Disposition: inline;
filename=imagebidon.jpg
Content-Transfer-Encoding: base64
And @AttachmentNames reports only this kind of files :
--Apple-Mail-852855B2-0FAE-4976-8E6C-361B5D07E024
Content-Type: application/octet-stream;
name=test.pdf
Content-Disposition: attachment;
filename=test.pdf
Content-Transfer-Encoding: base64
I noticed that @AttachmentNames had a parameter, but switching it doesn't change everything.
How can I extract inline images from my Lotus Script agent like I extract the others attachment files ?
Many thanks
Regards
Feedback number WEBB8N2JM8 created by ~Wei Asarelitikle on 10/27/2011
Status: Open
Comments: